GET
/
v2
/
integrations
/
active
/
{ID}
curl --request GET \
  --url https://api.app.fleetit.com/v2/integrations/active/{ID}/ \
  --header 'Authorization: Bearer <token>'
{
  "id": 87,
  "integration": 1,
  "enabled": true,
  "data": {
    "auth": {
      "api_key": "dummy_api_key",
      "account_token": "dummy_account_token"
    },
    "urls": {},
    "config": {
      "vehicle": "active",
      "entryTypes": {
        "toll": 706773,
        "parking": 706774
      },
      "vehicleStatusIds": [
        194757,
        194759
      ],
      "fetch_vehicles_on_save": true
    },
    "documentation": "https://developer.example.com/reference/getting-started"
  },
  "documentation": "https://help.example.com/s/article/FleetIT-Integration"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Fleet-ID
integer

Path Parameters

ID
string
required

Response

200 - application/json
Successful response
id
integer
integration
integer
enabled
boolean
data
object